golang.org/x/net/http2.ClientConn.atomicReused (field)
3 uses
golang.org/x/net/http2 (current package)
transport.go#L360: atomicReused uint32 // whether conn is being reused; atomic
transport.go#L639: reused := !atomic.CompareAndSwapUint32(&cc.atomicReused, 0, 1)
transport.go#L2192: if atomic.LoadUint32(&cc.atomicReused) == 0 && idleTime < unusedWaitTime && !cc.closedOnIdle {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)